home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1990: Night of the Living Disc / Night of the Living Disc.hdv / Dev.CD.5 / Tools / APW.Interfaces / CInclude / SetJmp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-01  |  148 b   |  12 lines  |  [04] ASCII Text (0x0000)

  1. /*
  2.  * SetJmp.h
  3.  *
  4.  * Copyright 1986, Apple Computer
  5.  * All rights reserved.
  6.  */
  7.  
  8. typedef long jmp_buf[2];         
  9.  
  10. int  setjmp();
  11. void longjmp();
  12.